First remove the default V4L drivers,in a terminal enter...
Quote:
|
sudo mv /lib/modules/`uname -r`/kernel/drivers/media /root/`uname -r`-kernel-drivers-media-backup
|
(This doesnt really remove them but moves them to a different location)
Next Install mplayer if you don't have it...
Quote:
|
sudo apt-get install mplayer
|
Next Install the firmware,in a terminal enter these lines (seperately)...
NextInstall newer V4L drivers,in a terminal enter these lines (seperately)
...
Reboot
Open a terminal and enter...
you should see something like this...
Quote:
[ 35.391481] tveeprom 2-0050: Hauppauge model 72001, rev B2F0, serial# NNNNNNN
[ 35.391485] tveeprom 2-0050: MAC address is NN-NN-NN-NN-NN-NN
[ 35.391487] tveeprom 2-0050: tuner model is Xceive XC5000 (idx 150, type 4)
[ 35.391490] tveeprom 2-0050: TV standards NTSC(M) ATSC/DVB Digital (eeprom 0x8
[ 35.391492] tveeprom 2-0050: audio processor is AU8522 (idx 44)
[ 35.391494] tveeprom 2-0050: decoder processor is AU8522 (idx 42)
|
Scan for chanels in the terminal enter...
Quote:
sudo apt-get install dvb-utils
scan -U /usr/share/doc/dvb-utils/examples/scan/atsc/us-ATSC-center-frequencies-8VSB > ~/.mplayer/channels.conf.atsc
|
Watch TV with mplayer ,in the terminal enter...
(change channels with h and k change volume with 0 and 9)
Mythtv should also detect the card now.